Uses of Enum
com.cisco.pt.ipc.enums.Access
Packages that use Access
-
Uses of Access in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return AccessModifier and TypeMethodDescriptionstatic AccessAccess.fromIntValue(int value) static AccessAccess.fromIntValue(Integer value) static AccessReturns the enum constant of this type with the specified name.static Access[]Access.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Access in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return types with arguments of type AccessModifier and TypeMethodDescriptionSnmpAgent.getCommunity(String community) Information provided by the PKI file:SnmpAgent.getCommunityAt(int index) Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type AccessModifier and TypeMethodDescriptionvoidSnmpAgent.addCommunity(String communityStr, Access access) Information provided by the PKI file: -
Uses of Access in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return types with arguments of type AccessModifier and TypeMethodDescriptionSnmpAgentImpl.getCommunity(String community) Information provided by the PKI file:SnmpAgentImpl.getCommunityAt(int index) Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type AccessModifier and TypeMethodDescriptionvoidSnmpAgentImpl.addCommunity(String communityStr, Access access) Information provided by the PKI file: